On this pageAppendArrayDescriptionCall AppendArray to append an array of single-precision floating point numbers to this list.Syntaxprocedure AppendArray(const NewItems: array of Single); overload;procedure AppendArray(const NewItems: array of Single; NewItemsAddCount: Integer); overload;